home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / dev / flexcat / src / flexcat_cat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-30  |  3.6 KB  |  94 lines

  1. /****************************************************************
  2.    This file was created automatically by `FlexCat V1.3'
  3.    Do NOT edit by hand!
  4. ****************************************************************/
  5.  
  6. #ifndef FlexCat_CAT_H
  7. #define FlexCat_CAT_H
  8.  
  9.  
  10. #ifndef EXEC_TYPES_H
  11. #include <exec/types.h>
  12. #endif    /*  !EXEC_TYPES_H        */
  13. #ifndef LIBRARIES_LOCALE_H
  14. #include <libraries/locale.h>
  15. #endif    /*  !LIBRARIES_LOCALE_H     */
  16.  
  17.  
  18. /*  Prototypes    */
  19. extern void OpenFlexCatCatalog(struct Locale *, STRPTR);
  20. extern void CloseFlexCatCatalog(void);
  21. extern STRPTR GetFlexCatString(APTR);
  22.  
  23. /*  Definitions */
  24. extern const APTR _msgMemoryError;
  25. #define msgMemoryError ((APTR) &_msgMemoryError)
  26. extern const APTR _msgWarning;
  27. #define msgWarning ((APTR) &_msgWarning)
  28. extern const APTR _msgExpectedHex;
  29. #define msgExpectedHex ((APTR) &_msgExpectedHex)
  30. extern const APTR _msgExpectedOctal;
  31. #define msgExpectedOctal ((APTR) &_msgExpectedOctal)
  32. extern const APTR _msgNoCatalogDescription;
  33. #define msgNoCatalogDescription ((APTR) &_msgNoCatalogDescription)
  34. extern const APTR _msgNoLengthBytes;
  35. #define msgNoLengthBytes ((APTR) &_msgNoLengthBytes)
  36. extern const APTR _msgUnknownCDCommand;
  37. #define msgUnknownCDCommand ((APTR) &_msgUnknownCDCommand)
  38. extern const APTR _msgUnexpectedBlanks;
  39. #define msgUnexpectedBlanks ((APTR) &_msgUnexpectedBlanks)
  40. extern const APTR _msgNoIdentifier;
  41. #define msgNoIdentifier ((APTR) &_msgNoIdentifier)
  42. extern const APTR _msgNoLeadingBracket;
  43. #define msgNoLeadingBracket ((APTR) &_msgNoLeadingBracket)
  44. extern const APTR _msgDoubleID;
  45. #define msgDoubleID ((APTR) &_msgDoubleID)
  46. extern const APTR _msgDoubleIdentifier;
  47. #define msgDoubleIdentifier ((APTR) &_msgDoubleIdentifier)
  48. extern const APTR _msgNoMinLen;
  49. #define msgNoMinLen ((APTR) &_msgNoMinLen)
  50. extern const APTR _msgNoMaxLen;
  51. #define msgNoMaxLen ((APTR) &_msgNoMaxLen)
  52. extern const APTR _msgNoTrailingBracket;
  53. #define msgNoTrailingBracket ((APTR) &_msgNoTrailingBracket)
  54. extern const APTR _msgExtraCharacters;
  55. #define msgExtraCharacters ((APTR) &_msgExtraCharacters)
  56. extern const APTR _msgNoString;
  57. #define msgNoString ((APTR) &_msgNoString)
  58. extern const APTR _msgShortString;
  59. #define msgShortString ((APTR) &_msgShortString)
  60. extern const APTR _msgLongString;
  61. #define msgLongString ((APTR) &_msgLongString)
  62. extern const APTR _msgNoCatalogTranslation;
  63. #define msgNoCatalogTranslation ((APTR) &_msgNoCatalogTranslation)
  64. extern const APTR _msgNoCTCommand;
  65. #define msgNoCTCommand ((APTR) &_msgNoCTCommand)
  66. extern const APTR _msgUnknownCTCommand;
  67. #define msgUnknownCTCommand ((APTR) &_msgUnknownCTCommand)
  68. extern const APTR _msgNoCTVersion;
  69. #define msgNoCTVersion ((APTR) &_msgNoCTVersion)
  70. extern const APTR _msgNoCTLanguage;
  71. #define msgNoCTLanguage ((APTR) &_msgNoCTLanguage)
  72. extern const APTR _msgNoCatalog;
  73. #define msgNoCatalog ((APTR) &_msgNoCatalog)
  74. extern const APTR _msgNoNewCTFile;
  75. #define msgNoNewCTFile ((APTR) &_msgNoNewCTFile)
  76. extern const APTR _msgUnknownIdentifier;
  77. #define msgUnknownIdentifier ((APTR) &_msgUnknownIdentifier)
  78. extern const APTR _msgNoSourceDescription;
  79. #define msgNoSourceDescription ((APTR) &_msgNoSourceDescription)
  80. extern const APTR _msgNoSource;
  81. #define msgNoSource ((APTR) &_msgNoSource)
  82. extern const APTR _msgUnknownStringType;
  83. #define msgUnknownStringType ((APTR) &_msgUnknownStringType)
  84. extern const APTR _msgNoTerminateBracket;
  85. #define msgNoTerminateBracket ((APTR) &_msgNoTerminateBracket)
  86. extern const APTR _msgUsage;
  87. #define msgUsage ((APTR) &_msgUsage)
  88. extern const APTR _msgNoCTArgument;
  89. #define msgNoCTArgument ((APTR) &_msgNoCTArgument)
  90. extern const APTR _msgNoBinChars;
  91. #define msgNoBinChars ((APTR) &_msgNoBinChars)
  92.  
  93. #endif /*   !FlexCat_CAT_H  */
  94.